Package edu.uky.ai.tic.ai
Class AlphaBetaBot
java.lang.Object
edu.uky.ai.tic.ai.AlphaBetaBot
- All Implemented Interfaces:
Bot
public class AlphaBetaBot extends java.lang.Object implements Bot
This bot performs just as well as
MinMaxBot but expands
significantly fewer nodes by intelligently pruning the tree.- Author:
- Stephen G. Ware
-
Constructor Summary
Constructors Constructor Description AlphaBetaBot() -
Method Summary
Modifier and Type Method Description DecisionchooseMove(State state)
-
Constructor Details
-
AlphaBetaBot
public AlphaBetaBot()
-
-
Method Details
-
chooseMove
- Specified by:
chooseMovein interfaceBot
-